home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / lib / partman / recipes / 80multi < prev   
Encoding:
Text File  |  2007-04-12  |  883 b   |  60 lines

  1. partman-auto/text/multi_scheme ::
  2.  
  3. 128 512 256 ext3
  4.     $defaultignore{ }
  5.     $primary{ }
  6.     $bootable{ }
  7.     method{ format }
  8.     format{ }
  9.     use_filesystem{ }
  10.     filesystem{ ext3 }
  11.     mountpoint{ /boot } .
  12.  
  13. 70 800 300 ext3
  14.     $lvmok{ }
  15.     $primary{ }
  16.     $bootable{ }
  17.     method{ format }
  18.     format{ }
  19.     use_filesystem{ }
  20.     filesystem{ ext3 }
  21.     mountpoint{ / } .
  22.  
  23. 500 3000 6000 ext3
  24.     $lvmok{ }
  25.     method{ format }
  26.     format{ }
  27.     use_filesystem{ }
  28.     filesystem{ ext3 }
  29.     mountpoint{ /usr } .
  30.  
  31. 70 1500 3000 ext3
  32.     $lvmok{ }
  33.     method{ format }
  34.     format{ }
  35.     use_filesystem{ }
  36.     filesystem{ ext3 }
  37.     mountpoint{ /var } .
  38.  
  39. 96 512 300% linux-swap
  40.     $lvmok{ }
  41.     method{ swap }
  42.     format{ } .
  43.  
  44. 20 300 400 ext3
  45.     $lvmok{ }
  46.     method{ format }
  47.     format{ }
  48.     use_filesystem{ }
  49.     filesystem{ ext3 }
  50.     mountpoint{ /tmp } .
  51.  
  52. 300 3000 1000000000 ext3
  53.     $lvmok{ }
  54.     method{ format }
  55.     format{ }
  56.     use_filesystem{ }
  57.     filesystem{ ext3 }
  58.     mountpoint{ /home } .
  59.  
  60.